Added the C1ContextMenuService.ShowHoldingIndicator attached property.
Added the C1ContextMenuService.MenuOpenMode attached property.
Chart
Added high performance Direct2D render mode; the new enum element is RenderMode.Direct2D.
Added a new chart type: stacked step area; the new enum element is ChartType.StepAreaStacked.
Added a new attached property BarColumnOptions.SeriesOverlap. The property controls series overlap for bar and column chart. The valid range is from -1 to 1.
Added a new attached property PieOptions.Offset. The property defines the relative offset of a pie slice (explosion) from the center. The valid range is from 0 to 1.
Added a new attached property PieOptions.InnerRadius. The property specifies the inner radius (hole size). The valid range is from 0 to 1, where 1 corresponds to the outer radius.
Added an option to hide axis labels; the new enum element is AnnoPosition.None.
Added new options for LegendPosition and new elements for the LegendPosition enum: TopLeft, TopCenter(same as Top), TopRight, BottomLeft, BottomCenter(same as Bottom), BottomRight.
Added a new C1ChartLegend.OverlapChart property. When OverlapChart = true, the legend can overlap the parent chart. The default value is false.
Improved the calculation of the axis title position.
The StrokeStartLineCap and StrokeEndLineCap for line charts now have a default value of PenLineCap.Round. This value can be modified in the DataSeries.PlotElementLoaded event.
PlotArea settings (Stroke,StrokeThickness,Background) are applied to the plot even when there is only one (main) plot area.
Minor ticks and grid lines are visible when Axis.ItemsSource is used and Axis.MinorUnit has a non-default value. Previously the ticks and grid lines were hidden in such cases.
FlexGrid
Keep collapsed state when the ChildItemsCollection is set and the collection is modified.
PdfViewer
Added a parsing text field (using the Tx mechanism in the PDF file).
Added the property Source which could be implemented in MVVM.
Added FindNext and FindPrevious methods to get the occurrence of FindText in the specialized pages.
Added SaveCommand and SaveDocumentAsync methods to save a pdf document.
Added the ZoomAt method to call a zooms animation.
Added the DocumentInfo property to get the information of the current document.
Added the Bookmarks property to get the list of bookmarks in the document.
Added the GoToBookmark method which is used to jump to a specified bookmark.
Added support for Bookmarks to C1PdfViewer.
Added the GetPage method which is used to get the specified page.
Romania language resources have been added.
Added the HorizontalOffset and VerticalOffset properties to C1PdfViewer.
Added ViewMode.Fitted.
RadialMenu
Added a new C1RadialMenu control. It represents a touch-friendly alternative to the traditional context menu. It allows users to scroll with a finger over the scrolling area.
RichTextBox.Toolbar
Removed the CheckedText and UncheckedText properties.
Added a new ContextMenu property to the C1RichTextBox control.
Added support for moving pictures within the document.
Added clipboard support for images.
Copyright (c) GrapeCity, inc. All rights reserved.